<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0
}
html, css {
	width: 100%;
	height: 100%
}
.position {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#workarea {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #1e1a3e;
	font-family: Raleway
}
#personal {
	color: white;
	text-decoration: none;
	position: absolute;
	bottom: 15px;
	right: 2%
}
.spot {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}
.svg-wrapper {
	margin-top: 0;
	position: relative;
	width: 150px;
	height: 150px;
	display: inline-block;
	border-radius: 3px;
	margin-left: 73px !important;
	margin-right: 73px !important;
}
.lianxi{ position: absolute; width:250px; left:50%; margin-left:-125px !important; color:#fff; text-align:center; top:170px;}
#shape {
	stroke-width: 6px;
	fill: transparent;
	stroke: #fff;
	stroke-dasharray: 153 400;
	stroke-dashoffset: -300;
	transition: 1s all ease
}
#text {
	margin-top: -110px;
	text-align: center
}
#text a {
	color: white;
	text-decoration: none;
	font-weight: 100;
	font-size: 1.1em
}
.svg-wrapper:hover #shape {
	stroke-dasharray: 50 0;
	stroke-width: 5px;
	stroke-dashoffset: 0;
	stroke: #e08c38
}
</pre></body></html>